Use these flags in the TuneQueue function [link] to give details about how to handle the queued tune.
enum {
kTuneStartNow = 1,
kTuneDontClipNotes = 2,
kTuneExcludeEdgeNotes = 4,
kTuneQuickStart = 8,
kTuneLoopUntil = 16,
kTuneStartNewMaster = 16384
};
| Previous | Chapter Contents | Chapter Top | Next |